home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / GXGraphics.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  72 lines

  1. /*
  2.      File:        GXGraphics.idl
  3.  
  4.      Contains:    QuickDraw GX graphic routine interfaces.
  5.  
  6.      Version:    Technology:    Quickdraw GX 1.1
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __GXGRAPHICS_IDL__
  19. #define __GXGRAPHICS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __TYPES_IDL__
  28. #include <Types.idl>
  29. #endif
  30. #ifndef __FONTS_IDL__
  31. #include <Fonts.idl>
  32. #endif
  33. #ifndef __GXERRORS_IDL__
  34. #include <GXErrors.idl>
  35. #endif
  36. #ifndef __GXTYPES_IDL__
  37. #include <GXTypes.idl>
  38. #endif
  39.  
  40. #ifdef __SOMIDL__
  41.  
  42. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  43. /*returns the count */
  44. /* returns byte length of glyphs */
  45. /* returns byte length */
  46. /* returns count */
  47. /* returns byte length */
  48. /* returns byte length */
  49. /* returns the number of layers */
  50. /* returns the number of layers */
  51. #endif
  52. #if FOR_SYSTEM8_COOPERATIVE
  53. #endif
  54. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  55. #endif
  56. #if FOR_SYSTEM8_COOPERATIVE
  57. #endif
  58. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  59. #endif
  60. #if FOR_SYSTEM8_COOPERATIVE
  61. #endif
  62. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  63. /* returns the number of positions */
  64. /* returns the number of positions */
  65. /* returns the glyph count */
  66. #endif
  67.  
  68. #endif /* __SOMIDL__ */
  69.  
  70. #endif /* __GXGRAPHICS_IDL__ */
  71.  
  72.